Application watchFolder() Methodapp.watchFolder(folder_object_to_watch) Description The watchFolder() method starts a watch folder (network rendering) process pointed at a specified folder. Parameters
Example var theFolder = new Folder("c:\\tool"); app.watchFolder(theFolder); See also |